home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Inter@ctive 17
/
Computer Interactive cdrom 17 - gen 99.iso
/
ZDNETIT
/
CONTENT
/
SMTPCEMS.ZIP
/
STAT32._B_
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-09
|
335 b
|
19 lines
#
# Borland CONSOLE mode makefile for STAT [Win32]
# Requires SEE32.DLL
#
# To use: "make -fstat32._B_"
#
CCFLAGS = -c -DWIN32
stat.exe: stat.obj see32.dll
implib see32_.lib see32.dll
tlink32 -Tpe -ap -c c0x32 stat, stat,stat, see32_.lib cw32i import32
stat.obj: stat.c see.h
bcc32 $(CCFLAGS) stat.c